swap: Avoid ABI change in 4.13.12
authorBen Hutchings <ben@decadent.org.uk>
Sun, 12 Nov 2017 01:03:55 +0000 (01:03 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 16 Nov 2017 21:04:10 +0000 (21:04 +0000)
commitc43b0c20489b533a6eb549d1c8c5e53f95d8a235
tree93b946a9727bdf933f4e298dd44d4e24e804d29a
parent61ecddd06cc50f8976af8947da07a7922465db12
swap: Avoid ABI change in 4.13.12

Commit 2628bd6fc052 "mm, swap: fix race between swap count
continuation operations" added a field to struct swap_info_struct.
swap_info_struct is always allocated in built-in code and modules
won't use this new field, so move it to the end of the structure and
hide it from genksyms.

Gbp-Pq: Topic debian
Gbp-Pq: Name swap-avoid-abi-change-in-4.13.12.patch
include/linux/swap.h